body,html{
    margin: 0rem;
    padding: 0rem;
    width: 100%;
    min-width: 1200px;
}
.menu > li > a:hover{
    color: #1b7bc6;
}
.nav-child > li > a:hover{
    color: #1b7bc6;
}
.body {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
div{
    background-position: center;
}
.border-show {
    border: 1px solid red;
}

.img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: left;
}

.margin-1 {
    width: 100%;
    height: 1rem;
}

.margin-2 {
    width: 100%;
    height: 2rem;
}
/*包含以下四种的链接*/
a {
    text-decoration: none;
    color: black;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
/* a:hover {
	text-decoration: none;
} */
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
/* 垂直新闻列表公共样式 */
.news-list-ul{
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-inline-start: 0rem;
    margin: 0;
    box-sizing: border-box;
    padding: 5px 0;
}
.news-list-ul > li{
    width: 100%;
    height: 1.8rem;
}

.news-list-ul > li > a{
    font-size: 16px;
    line-height: 34px;
    color: #484848;
}
.news-list-ul > li::before{
    content: '·';
    font-weight: bold;
    margin-right: 0.2rem;
}
/* 垂直新闻列表公共样式 end*/

/* 通用选中样式 */
.cursor-covered{
    color: #3c8dcc;
}
.cursor-covered a {
    color: #3c8dcc;
}
/* 通用选中样式 end */

/* 文本超出隐藏样式 */
.hide-text{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.hide-text-row2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient:vertical;
    /* autoprefixer: on */
    -webkit-line-clamp:2;
}
.hide-text-row3{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.hide-text-row4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.hide-text-row5{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
/* 文本超出隐藏样式 end */

/* 回到顶部 */
.roll-top{
    width: 4rem;
    height: 4rem;
    background-image: url(/2021/imgs/top/roll-top.png);
    background-size: cover;
    border-radius: 0.3125rem;
    position: fixed;
    bottom: 1rem;
    left: calc(50vw + 600px);
    display: none;
    cursor: pointer;
    z-index: 9999;
}
/* 回到顶部 end */

/* 页脚公共样式 */
.footer{
    width: 100%;
    min-height: 6.5625rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .friend-link-area{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative;
    overflow: hidden;
    margin: 25px auto;
}
.space-around{
    justify-content: space-around;
}
.footer .friend-link-area .friend-link-logo{
    width: 2.8125rem;
    height: 3.5375rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
    color: white;
    background-color: #3489ca;
    font-size: 0.7rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0rem;
}
.friend-link-area .friend-item{
    width: 11.25rem;
    height: 3.4375rem;
    margin: 0px 0.325rem;
    /*background-image: url(/wgw-site/img/f1.png);*/
    background-size: 100% 95%;
    background-position:center;
}
.footer .text-info{
    width: 740px;
    display: inline-block;
}
/* .friend-item-href+.friend-item-href{
	margin-left: 0.8rem;
} */
/* 页脚公共样式 end*/
